Gets a value by extrapolating from a TimelineContext<(Of <(<'T>)>)>.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate T TimelineExtrapolator<T>(
	Timeline<T> timeline,
	TimelineContext<T> context
)

Parameters

timeline
Type: Janus..::..Timeline<(Of <(<'T>)>)>
The timeline being interpolated
context
Type: Janus..::..TimelineContext<(Of <(<'T>)>)>
The context from which to extrapolate.

Type Parameters

T

Return Value

The extrapolated value.

See Also